home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- updateStatusDisplay()
- end
-
- on updateStatusDisplay
- global gstates, gCurrentKeyRef, gcurkeylist
- put "Please wait - retrieving status information" into field "status"
- set statusInfo to EMPTY
- put "Environment:" && getaProp(gstates, #EnviroLetter) after statusInfo
- put RETURN & "Keyframe:" && gCurrentKeyRef after statusInfo
- put RETURN & "Credits:" && getaProp(gstates, #Credits) after statusInfo
- put RETURN & "Onscreen objects: " && getaProp(gcurkeylist, #OBJECTS) after statusInfo
- put RETURN & "Solved conditions:" && getaProp(gstates, #Conditions) after statusInfo
- put statusInfo into field "status"
- end
-